New function. Guesstimate what Unicode subranges a font covers based on
authorTor Lillqvist <tml@iki.fi>
Sun, 5 Dec 1999 23:26:46 +0000 (23:26 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 5 Dec 1999 23:26:46 +0000 (23:26 +0000)
commit0f5c8e857c395dbcf0acec0791ee6910d92c400b
treeb47a4b01fee10f2fb7a43f3fc87fd60b41f8bfbd
parent3f00a28b6c530f959eeaaf3b9dd8a1a6ea0b1d49
New function. Guesstimate what Unicode subranges a font covers based on

1999-12-06  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
function. Guesstimate what Unicode subranges a font covers based
on the codepages. Windows tells us it covers. This will hopefully
help those Windows versions or fonts that don't give us any useful
Unicode subrange information with GetTextCharsetInfo. Call this
function in gdk_font_load_internal.

* gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
minor changes.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/gdkdnd-win32.c
gdk/win32/gdkfont-win32.c
gdk/win32/gdkimage-win32.c
gdk/win32/gdkpixmap-win32.c
gdk/win32/gdkprivate-win32.h